home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / misc / terrain3.lzh / atv3d.h < prev    next >
C/C++ Source or Header  |  1987-08-23  |  406b  |  20 lines

  1.  
  2. #include "exec/types.h"
  3. #include "intuition/intuition.h"
  4. #include "libraries/dos.h"
  5. #include "functions.h"
  6.  
  7. #ifdef NULL
  8. #undef NULL
  9. #define NULL ((void *)0)
  10. #endif
  11.  
  12. typedef unsigned UINT;
  13.  
  14. struct Screen *OpenScreen();                /* for terrain window */
  15. struct Window *OpenWindow(),*OpenWindow();
  16.  
  17. struct Screen *Screen;                      /* for enquirer window */
  18. struct Window *Window,*RWindow;
  19.  
  20.